GetPdfFileResult(List<Int32>,String,PdfSecurity) Method
In This Topic
Internal use only.
Syntax
'Declaration
Protected Overloads Function GetPdfFileResult( _
ByVal As List(Of Integer), _
ByVal As String, _
ByVal As PdfSecurity _
) As ResponseFileContent
'Usage
Dim instance As FpSpread
Dim sheet As List(Of Integer)
Dim fileName As String
Dim pdfSecurity As PdfSecurity
Dim value As ResponseFileContent
value = instance.GetPdfFileResult(sheet, fileName, pdfSecurity)
protected ResponseFileContent GetPdfFileResult(
List<int> ,
string ,
PdfSecurity
)
Parameters
- sheet
- fileName
- pdfSecurity
- The password to encrypt pdf file
See Also